home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _comms / comms / _dialit / !DialIt / !Config next >
Text File  |  1990-09-24  |  2KB  |  69 lines

  1. #
  2. # This !Config file is a valid but imaginary example
  3. # of a !DialIt configuration file, with most interesting
  4. # things from my real configuration file removed...
  5. #
  6. # The configuration file is read once only when !DialIt
  7. # is started, which might either be by double-clicking on
  8. # its icon, or by some execution command in your desktop
  9. # boot file.  Blank lines, or lines starting with '#',
  10. # are ignored.  Every other line must start with a command
  11. # letter; examples of each of the valid commands are given
  12. # below in this file: these may appear in any order, but
  13. # note that the order of M and P commands will be reflected
  14. # in the dialling menu.
  15. #
  16.  
  17. #
  18. # The 'D' Command is the dial prefix for your modem.
  19. # Here, we have a Hayes-type modem and local exchange
  20. # which can both cope with tone dialling.
  21. #
  22. D ATDT
  23.  
  24. #
  25. # The 'A' Command indicates what you need to send your
  26. # local BT exchange in order to tell it that you want to
  27. # talk to Mercury.  If you omit this (or comment it out)
  28. # then !DialIt won't try and Mercury-route things.
  29. #
  30. # Note that this sequence must contain any delays or
  31. # whatever to ensure that when the sequence ends:
  32. #    1) the Mercury dial tone must be present
  33. #    2) your modem must be in tone-dial mode
  34. #
  35. A 131,,
  36.  
  37. #
  38. # The 'I' command is your Mercury PIN (10 digits).  If you
  39. # have signed up for the "cost centre" facility, you must
  40. # add another two or three digits.  As with 'A', if you
  41. # miss this out, or comment it out with a '#', Mercury
  42. # routing won't be attempted.
  43. #
  44. #I 1234512345
  45.  
  46. #
  47. # Now follow some Modem and Phone commands to define the
  48. # list of things to be dialled.  Syntax is pretty obvious?
  49. # Any phone number starting with '0' will be routed through
  50. # Mercury, although this is not always strictly correct: if
  51. # you have a local call with an STD code on it, !DialIt
  52. # will use Mercury when it shouldn't, and it will cost
  53. # you a smidgeon more than by BT.  Next version...
  54. #
  55. M Arcade BBS,      081 654 2212
  56. M Archive BBS,     0603 745932
  57. M Noah BBS,        0272 572 322
  58.  
  59. P A. N. Human,     123 4567
  60. P B. C. Human,     987 6543
  61.  
  62. M Cryton,          0458 47608
  63. M CIX,             081 390 1244
  64.  
  65. P X. Y. Human,     081 123 1234
  66. P Tim,             123
  67.  
  68. P Mercury Freephone, 0800 424 194
  69.